home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / adaptor.zip / ADAPT.ZIP / adaptor / src / include / callgraf.h < prev    next >
Text File  |  1994-01-03  |  663b  |  29 lines

  1. # ifndef yyCallGraphFns
  2. # define yyCallGraphFns
  3.  
  4. # if defined __STDC__ | defined __cplusplus
  5. # define ARGS(parameters)    parameters
  6. # else
  7. # define ARGS(parameters)    ()
  8. # endif
  9.  
  10. # ifndef bool
  11. # define bool char
  12. # endif
  13.  
  14. # include "CallGrap.h"
  15.  
  16. # line 11 "CallGraphFns.puma"
  17.  
  18. extern tCallGraph  TheCallGraph;   /* for Output */
  19.  
  20.  
  21. extern tCallGraph InsertNode ARGS((tCallGraph NodeList, tObject Decl, int kind));
  22. extern void CallGraphInsertEdge ARGS((tCallGraph source, tCallGraph target));
  23. extern tCallGraph CallGraphSearchNode ARGS((tObject Decl, int kind));
  24.  
  25. extern void BeginCallGraphFns ();
  26. extern void CloseCallGraphFns ();
  27.  
  28. # endif
  29.